home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00165_Script_165 < prev    next >
Text File  |  1999-09-22  |  644b  |  18 lines

  1. on mouseUp  
  2.   global gloson
  3.   if (gloson=1) or (the visible of window "gloss") then
  4.     global cspname
  5.     set yy to chars(cspname,1,1)
  6.     set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  7.     endNewMovie
  8.   end if
  9.   if the visible of sprite 106 then
  10.     set the visible of sprite 106 to false
  11.     set the visible of sprite 107 to false
  12.     set the visible of sprite 108 to false
  13.     set zz to the name of member (the memberNum of sprite 117)
  14.     set yy to chars(zz,2,6)
  15.     set the memberNum of sprite 117 to the number of member yy of castlib "eb.cst"
  16.   end if
  17.   go to frame "main2"
  18. end